home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global md1, rantime, mp
- set the movieRate of sprite 7 to 0
- set the cursor of sprite 4 to 4
- go(marker(0) + 1)
- set rantime to the ticks
- set mp to 4
- if the castNum of sprite 4 = the number of cast "elf5" then
- set the castNum of sprite 4 to the number of cast "slf5"
- set md1 to the duration of cast the number of cast "slf5" - 3
- else
- set md1 to the duration of cast (the castNum of sprite 4 + 1) - 3
- set the castNum of sprite 4 to the castNum of sprite 4 + 1
- end if
- set the cursor of sprite 4 to [50, 51]
- end
-